64af8020a5828a09d49c8a6d70796332850bb7b2,src/org/pentaho/di/trans/steps/metainject/MetaInject.java,MetaInject,processRow,#StepMetaInterface#StepDataInterface#,55

Before Change


    
    for (String targetStep : data.stepInjectionMap.keySet()) {
      
      System.out.println("Handing step '"+targetStep+"' injection!");
      
      // This is the injection interface:
      //

After Change


    
    for (String targetStep : data.stepInjectionMap.keySet()) {
      
      if (log.isDetailed()) logDetailed("Handing step '"+targetStep+"' injection!");
      
      // This is the injection interface:
      //